From d543522dbe7a470c80e431395011605d68f05ac0 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Thu, 13 Nov 2025 18:01:20 +0200 Subject: [PATCH] nano: update to version 8.7 Update to version 8.7 Signed-off-by: Hannu Nyman --- utils/nano/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/nano/Makefile b/utils/nano/Makefile index 79500e5b15..47cbd5054b 100644 --- a/utils/nano/Makefile +++ b/utils/nano/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nano -PKG_VERSION:=8.6 -PKG_RELEASE:=2 +PKG_VERSION:=8.7 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/nano -PKG_HASH:=f7abfbf0eed5f573ab51bd77a458f32d82f9859c55e9689f819d96fe1437a619 +PKG_HASH:=afd287aa672c48b8e1a93fdb6c6588453d527510d966822b687f2835f0d986e9 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=COPYING -- 2.30.2